CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - local histogram

搜索资源列表

  1. shiyan2

    0下载:
  2. 关于图像处理的,直方图匹配,按照所要求的直方图进行局部增强,并进行中值滤波的程序-On image processing, histogram matching, histogram in accordance with the requirements of local enhancement, and the procedures for median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:711
    • 提供者:ycg
  1. Tracking

    0下载:
  2. 提出一种新的目标表示和定位方法,该方法是非刚体跟踪的核心技术.利用均质空间掩膜规范基于特征直方图的目标表示,该掩膜引入了适合于梯度优化的空间平滑相似函数,所以可以将目标定位问题转换为局部极大值求解问题.我们利用从Bhattacharyya系数倒出的规则作为相似度量,利用mean shift procedure完成优化求解.在给出的测试用例中, 本文方法成功解决了相机移动,阴影,以及其他的图象噪声干扰.文章对运动滤波和数据关联技术的集成也进行了讨论.-A new objective and pos
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2700470
    • 提供者:maolei
  1. chengxu

    0下载:
  2. #显示直方图; #对图像进行指数或者对数变换; #直方图均衡化; #局部(ROI)均衡化,把均衡化后的局部图像显示到原图像; #按照某种函数进行直方图匹配。-# Show the histogram # of images or the number of index change # histogram equalization # local (ROI) equalization to balance after a partial image display
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:552
    • 提供者:feng
  1. KernelBasedObjectTracking

    0下载:
  2. A new approach toward target representation and localization, the central component in visual tracking of nonrigid objects, is proposed. The feature histogram-based target representations are regularized by spatial masking with an isotropic kernel.
  3. 所属分类:Development Research

    • 发布日期:2017-05-10
    • 文件大小:2459244
    • 提供者:Ali
  1. 1

    0下载:
  2. #基于纹理的图像检索,使用两种方法_局部边缘直方图,改进边缘直方图-# Based on the texture image retrieval, the use of two methods of local edge histogram _ to improve the edge histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:880974
    • 提供者:fqm
  1. fingerprintverify

    0下载:
  2. 这是一个用C++语言实现一个指纹识别程序,要求满足FVC国际竞赛标准,并在学校建立的指纹库上实测。程序里应用到的技术有:中值滤波、直方图均衡化、脊线方向提取、Gabor滤波、指纹细化、特征提取、特征点过滤、基于局部特征点的特征匹配等等…… -This is a C++ language implementation with a fingerprint identification procedure that requires the FVC meet international com
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2215236
    • 提供者:武子
  1. zhifangtujunheng

    0下载:
  2. 直方图均衡化是图像处理领域中利用图像直方图对对比度进行调整的方法。这种方法通常用来增加许多图像的全局对比度,尤其是当图像的有用数据的对比度相当接近的时候。通过这种方法,亮度可以更好地在直方图上分布。这样就可以用于增强局部的对比度而不影响整体的对比度,直方图均衡化通过有效地扩展常用的亮度来实现这种功能。-Histogram equalization is the use of image processing to adjust the image histogram of the contras
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:147184
    • 提供者:zhengfang
  1. Acivs09Code

    0下载:
  2. AbstractWe investigate the problem of pedestrian detection in still images. Sliding window classifiers, notably using the Histogram-of-Gradient (HOG) features proposed by Dalal and Triggs are the state-of-the-art for this task, and we base our method
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-25
    • 文件大小:53859
    • 提供者:Flavio58
  1. 1234

    0下载:
  2. 分析了图像直方图均衡增强算法中信息损失的内在机理, 提 出基于自适应局部灰度修 正的直方图均衡算法。首先对图像作常规直方图均衡处理,然后分析比较处理后 图像和原图的梯度变化,以此为依据对图像作局部灰度修正,从而减小直方图均衡处理过程中信息损失的程度,最后通过实验验证了算法的有效性。-Analysis of the image histogram equalization enhancement algorithm in the loss of information inherent mecha
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:391759
    • 提供者:王一
  1. Gray

    0下载:
  2. 包含了:图像灰度化、灰度比例化、灰度线性化、灰度线性载断、灰度取反、直方图均衡化、直方图规定化、灰度局部统计等-Includes: gray image, the ratio of gray, gray linear, linear set off gray, gray to take anti-, histogram equalization, histogram specification, local statistics, gray
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3853830
    • 提供者:小紫英
  1. GDAL_cnu_gis

    0下载:
  2. 基于GDAL开发的遥感图像处理软件(自持多种数据格式,包括bmp、jpg、tif、Erdas,ENVI中的img),功能包括1、图像信息的显示。2、图像的几何变换(放缩、镜像、任意角度旋转)。3、图像的点运算(直方图均衡化、线性变换等)。4、图像的局部运算(模板运算,如高斯平滑等)。-GDAL-based remote sensing image processing software development (self-sustaining multiple data formats, inc
  3. 所属分类:GIS program

    • 发布日期:2017-04-01
    • 文件大小:69501
    • 提供者:小田
  1. MATLAB-gui

    0下载:
  2. 编写MATLAB函数实现灰度调整,对比度增强,直方图均衡,局部平滑,中值滤波,频率域平滑与锐化-Write MATLAB function to achieve gray scale adjustment, contrast enhancement, histogram equalization, local smoothing, median filtering, frequency domain smoothing and sharpening
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:857954
    • 提供者:李孤
  1. PlateReco

    0下载:
  2. 包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Contains the image gray-scale transformation, histogram equalization, histogram matching, neighborhood average, local enhancement, median filtering, image sharpening, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2319
    • 提供者:su
  1. tuxiangchuli

    0下载:
  2. 1、编写图像格式转换程序。2、编写图像点处理程序。3、编写图像局部处理程序。还有:1、灰度图像中值滤波。2、图像几何处理。3、灰度图像边缘检测。4、图像二值化。5、直方图均衡。-1, the preparation of image format conversion process. 2, the preparation of the image point processing. 3, the preparation of local image processing. Are: 1, gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:451126
    • 提供者:vvitja
  1. zhifangtu

    1下载:
  2. 在对图像进行处理之前,了解图像整体或局部的灰度分布情况非常必要。对图像的灰度分布进行分析的重要手段就是建立图像的灰度直方图,利用图像灰度直方图,可以直观地看出图像中的像素亮度分布情况;通过直方图均衡化、匹配(规定化)等处理,可以对图像的质量进行调整。该段代码就是对直方图的各种处理,如,直方图生成直方图均衡化和直方图匹配。 -In the image before treatment, understand the whole or local image of gray distribut
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-09-27
    • 文件大小:575
    • 提供者:杨莎莎
  1. LBP-v0.0.4

    0下载:
  2. Local Binary Patterns, calculate histogram of LBP (local binary patterns) from an input image,VLBP (volume local binary patterns) -Introduction ============ This is a class to calculate histogram of LBP (local binary patterns) from an input ima
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1501449
    • 提供者:
  1. dip

    0下载:
  2. ⑴直方图均衡化,⑵直方图匹配,⑶邻域平均,⑷局域增强, ⑸中值滤波。-(histogram equalization) (histogram matching) (neighborhood averaging) (local enhancement) (median filtering)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:5547
    • 提供者:
  1. shuzituxiangchuli

    1下载:
  2. 作业一 要求 用C语言或者VC,VB,Matlab或其他语言完成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 作业二 要求 1. 编程实现图像傅立叶高通、低通滤波。 2. 尝试傅立叶压缩。 作业三 要求 编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。 作业四 要求 找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4187381
    • 提供者:李海宁
  1. image-enhancement-function

    0下载:
  2. 伽马变换,直方图均衡化,直方图修正方案123,自适应全局直方图均衡局部锐化,中值滤波-Gamma transform, histogram equalization, histogram modification scheme 123, adaptive global histogram equalization local sharpen the median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:4704
    • 提供者:zzz
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2831737
    • 提供者:李青彦
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com